home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / text / edit / envasm11.lha / envASM11 / Install.bat < prev    next >
DOS Batch File  |  1997-01-17  |  225b  |  10 lines

  1. ; install new presets
  2.  
  3. INSTALL PRESET="presets/a68k.syntax"
  4.  
  5. ; install new filetype
  6.  
  7. FILETYPE ADD="(#?.[a|asm|ass|i|s])" DUP="anytext.a" PRI=127 PRESETS "a68k.syntax"
  8.  
  9. INFO MSG="Installation complete, please RESTART GoldED."
  10.